home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 2
/
Amiga Tools 2.iso
/
demoversionen
/
jcgraphdemo
/
jcgraphdemo.lha
/
Rexx
/
RotPreSet2.rex
< prev
next >
Wrap
OS/2 REXX Batch file
|
1992-10-14
|
328b
|
14 lines
/* RotPreSet2.rex */
/* -------------- */
/* Description: Will set the X,Y and Z rotation value previously set */
/* with 'Set2' button. */
options results
address 'JCGRAPH'
if open('Preset','T:RotPreset2','R') then do
Rotation=readln('Preset')
'SetRotation ' Rotation
end